Bug 688217 - cleaning out an unneeded include of stdint.h.
authorJehan <jehan@girinstud.io>
Tue, 20 Nov 2012 16:06:06 +0000 (01:06 +0900)
committerJehan <jehan@girinstud.io>
Tue, 20 Nov 2012 16:06:06 +0000 (01:06 +0900)
babl/babl.c

index b2a03ae0c47d3296de737af07433cc749a900b59..0484d30aa54d04685794bcb35ed39c8c7c700c1e 100644 (file)
 #include "config.h"
 #include "babl-internal.h"
 
-#ifdef _WIN32
-#include <stdint.h>
-#endif
-
 static int ref_count = 0;
 
 #ifdef _WIN32